home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / iplin.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  606b  |  12 lines

  1. /*              IPL_INIT               */
  2. /* k 1037   21/05/91                */
  3. struct  iplin {                     /* IPL_INIT request     */
  4.     char hdr[3];                    /* header               */
  5.     char res1[1];                   /* reserved             */
  6.     char pcid[8];                   /* PCID                 */
  7.     char onode[8];                  /* origin node name     */
  8.     char dnode[8];                  /* destination node name*/
  9.     char nfile[8];                  /* load file       name */
  10.          };
  11. #define IPLINIT 0x430243   /* IPL_INIT header                */
  12.